首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
ctype_digit
ctype_digit
检查数字字符
名称:
ctype_digit
分类:
字符类型检测Ctype
所属语言:
php
一句话介绍:
检查数字字符
相关内容
为什么 ftp_rawlist 显示的文件权限不准确?
3
在使用ob_list_handlers时如何确保缓存顺序正确
1
使用 strval 转换浮动数字并保留指定的小数位数
1
使用 is_nan 避免在数学运算中处理无效数据
2
同类函数
ctype_lower
ctype_lower
检查小写字符
ctype_xdigit
ctype_xdigit
检查表示十六进制数字的字符
ctype_alpha
ctype_alpha
检查字母字符
ctype_punct
ctype_punct
检查任何非空白字符或字母数字字符的可打印
ctype_upper
ctype_upper
检查大写字符
ctype_graph
ctype_graph
检查除空格外的任何可打印字符
ctype_space
ctype_space
检查空格字符
ctype_cntrl
ctype_cntrl
检查控制字符
热门文章